| 
                
               | 
              
                
               | 
              
                @@ -97,7 +97,7 @@ class ModelImageInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                97
               | 
              
                97
               | 
              
                  
               | 
            
            
            
              | 
                98
               | 
              
                98
               | 
              
                 class DistributorInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                99
               | 
              
                99
               | 
              
                     list_display = ('brand_id', 'brand_name', 'distributor_id', 'distributor_name', 'distributor_short_name', 'distributor_province_name', 'position', 'status', 'created_at', 'updated_at')
               | 
            
            
            
              | 
                100
               | 
              
                
               | 
              
                -    list_filter = ('brand_name', 'distributor_province_name', 'status')
               | 
            
            
            
              | 
                
               | 
              
                100
               | 
              
                +    list_filter = ('brand_name', 'sr_id', 'distributor_province_name', 'status')
               | 
            
            
            
              | 
                101
               | 
              
                101
               | 
              
                     readonly_fields = ('brand_name', 'distributor_province_code')
               | 
            
            
            
              | 
                102
               | 
              
                102
               | 
              
                     search_fields = ('brand_id', 'brand_name', 'distributor_id', 'distributor_name', 'distributor_short_name', 'distributor_descr', 'distributor_province_code', 'distributor_province_name')
               | 
            
            
            
              | 
                103
               | 
              
                103
               | 
              
                  
               |